Spread for ASP.NET 7.0 Product Documentation
ConvertToTagCloudItems(String[],String[],String[]) Method
See Also  Support Options
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > TagCloudCellType Class > ConvertToTagCloudItems Method : ConvertToTagCloudItems(String[],String[],String[]) Method


text
Items for the cloud specified in a string array
weight
Weights for the cloud items specified in a string array
href
HTML anchors for the cloud items specified in a string array

Glossary Item Box

Converts a collection of items to tag cloud items.

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function ConvertToTagCloudItems( _
   ByVal text() As String, _
   ByVal weight() As String, _
   ByVal href() As String _
) As Collection(Of TagCloudItem)
Visual Basic (Usage)Copy Code
Dim text() As String
Dim weight() As String
Dim href() As String
Dim value As Collection(Of TagCloudItem)
 
value = TagCloudCellType.ConvertToTagCloudItems(text, weight, href)
C# 
public static Collection<TagCloudItem> ConvertToTagCloudItems( 
   string[] text,
   string[] weight,
   string[] href
)

Parameters

text
Items for the cloud specified in a string array
weight
Weights for the cloud items specified in a string array
href
HTML anchors for the cloud items specified in a string array

Return Value

Collection of TagCloudItems

Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.